-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toolbox: add default service account to toolbox #2511
Conversation
/review @travisn @iamniting |
currently scc are updated to remove the k8s default service account, so toolbox should start with rook-ceph-default service account Signed-off-by: parth-gr <[email protected]>
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jarrpa, parth-gr, travisn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Looks like the e2e-test is failing at deploying the toolbox pod. Should definitely look into it. |
/test ocs-operator-bundle-e2e-aws |
@iamniting how to understand what is failing in the CI(I see : Run multi-stage test ocs-operator-bundle-e2e-aws - ocs-operator-bundle-e2e-aws-e2e-test container test expand_more 29m2s And I believe we would have the latest csv change to create the default service account in the ci red-hat-storage/rook#589 |
/test ocs-operator-bundle-e2e-aws |
Our CI have been failing randomly with a noobaa issue, the Noobaa CR stays stuck in the configuring phase. Here are the logs from the noobaa-operator.
|
@parth-gr: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
If it's a strict dependency then it should be marked as such in the PR description, and we gotta wait. Something like this that messes with RBAC should not be merged without the e2e-tests passing, it could destabilize the downstream builds. |
Sure I believe we can merge the two PR. |
Closing as the api change PR #2507 has the above change |
currently scc are updated to remove the k8s default service account, so toolbox should start with rook-ceph-default service account